Automations

Documents Commands

  • Version: 1.6.1
  • Official Verified

OpenBots Command group containing OpenBots Documents commands.

OpenBots.Commands.Documents \ Get Document Status Command

Command: Get Document Status Command

This command retrieves the current status of the document being processed. It can also wait for the document's completion.

Parameters

TaskId

Task Identifier that was provided while submiting the document.

Required

Await Completion

Define if the activity should wait until the document processing is completed. Defaults to False. Awaiting queries the service for status every 10 seconds until completed.

Required

Timeout (Seconds)

Specify how many seconds to wait before throwing an exception.

Required

Output Document Status Variable

Create a new variable or select a variable from the list.

Required

Output IsCompleted Bool Variable

Create a new variable or select a variable from the list.

Required

Output HasError Bool Variable

Create a new variable or select a variable from the list.

Required

Output IsCurrentlyProcessing Bool Variable

Create a new variable or select a variable from the list.

Required

Output IsSuccessful Bool Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.

Logo